net/http.http2serverConn.pushEnabled (field)

6 uses

	net/http (current package)
		h2_bundle.go#L4237: 		pushEnabled:                 true,
		h2_bundle.go#L4386: 	pushEnabled                 bool
		h2_bundle.go#L5531: 		sc.pushEnabled = s.Val != 0
		h2_bundle.go#L5686: 	sc.pushEnabled = false
		h2_bundle.go#L6965: 	if !sc.pushEnabled {
		h2_bundle.go#L6978: 		if !sc.pushEnabled {